home *** CD-ROM | disk | FTP | other *** search
- on aGoInstall param
- global gInstalls
- set vRacine to aRacine()
- open(vRacine & line param of gInstalls)
- quit()
- end
-
- on aGoAppli param
- global gApplis
- set vRacine to aRacine()
- open(vRacine & line param of gApplis)
- quit()
- end
-
- on aGoFormulairePdf
- global gApplis
- set vRacine to aRacine()
- if the machineType = 256 then
- set vAcrobat to 16
- else
- set vAcrobat to 15
- end if
- open(vRacine & line 24 of gApplis, vRacine & line vAcrobat of gApplis)
- end
-
- on aGoManuelPdf
- global gApplis
- set vRacine to aRacine()
- if the machineType = 256 then
- set vAcrobat to 16
- else
- set vAcrobat to 15
- end if
- open(vRacine & line 25 of gApplis, vRacine & line vAcrobat of gApplis)
- end
-
- on aGochpPdf
- global gApplis
- set vRacine to aRacine()
- if the machineType = 256 then
- set vAcrobat to 16
- set vChpPdf to 27
- else
- set vAcrobat to 15
- set vChpPdf to 26
- end if
- open(vRacine & line vChpPdf of gApplis, vRacine & line vAcrobat of gApplis)
- end
-
- on aGoCybPdf
- global gApplis
- set vRacine to aRacine()
- if the machineType = 256 then
- set vAcrobat to 16
- set vCybPdf to 29
- end if
- open(vRacine & line vCybPdf of gApplis, vRacine & line vAcrobat of gApplis)
- end
-
- on aRacine
- set vNum to the number of chars in the pathName
- set vRac to char 1 to vNum - 6 of the pathName
- return vRac
- end
-